home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / lzwlib / lzwinb.mak < prev    next >
Text File  |  1992-03-16  |  662b  |  50 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = bcc +LZWIN.CFG
  5. TASM = TASM
  6. TLINK = tlink
  7.  
  8.  
  9. #        *Implicit Rules*
  10. .c.obj:
  11.   $(CC) -c {$< }
  12.  
  13. .cpp.obj:
  14.   $(CC) -c {$< }
  15.  
  16. #        *List Macros*
  17.  
  18.  
  19. EXE_dependencies =  \
  20.   lzwin.obj
  21.  
  22. #        *Explicit Rules*
  23. lzwin.exe: lzwin.cfg $(EXE_dependencies)
  24.   $(TLINK) /x/c/P-/LC:\BORLANDC\LIB @&&|
  25. c0s.obj+
  26. lzwin.obj
  27. lzwin
  28.         # no map file
  29. lzwsbc.lib+
  30. emu.lib+
  31. maths.lib+
  32. cs.lib
  33. |
  34.  
  35.  
  36. #        *Individual File Dependencies*
  37. lzwin.obj: lzwin.c 
  38.  
  39. #        *Compiler Configuration File*
  40. lzwin.cfg: lzwinb.mak
  41.   copy &&|
  42.  
  43. -H=LZWIN.SYM
  44. -IC:\BORLANDC\INCLUDE;C:\OTHERINC
  45. -LC:\BORLANDC\LIB
  46. -DTURBO
  47. | lzwin.cfg
  48.  
  49.  
  50.